From 9a4ec3526d7c2319081c09790aebef6c459ff5dd Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 1 Sep 2005 13:10:55 +0000 Subject: [PATCH] Fix doc typo. (#314921, Guillaume Cottenceau) 2005-09-01 Matthias Clasen * gtk/gtkaction.c (gtk_action_get_accel_closure): Fix doc typo. (#314921, Guillaume Cottenceau) --- ChangeLog | 3 +++ ChangeLog.pre-2-10 | 3 +++ gtk/gtkaction.c | 4 ++-- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index d705b2c430..6aeb2414cd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2005-09-01 Matthias Clasen + * gtk/gtkaction.c (gtk_action_get_accel_closure): Fix doc + typo. (#314921, Guillaume Cottenceau) + * gdk/*.c: Intern some more strings. * gtk/gtkintl.h: * gtk/*.c: Define an I_() macro and use it instead of the diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index d705b2c430..6aeb2414cd 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,5 +1,8 @@ 2005-09-01 Matthias Clasen + * gtk/gtkaction.c (gtk_action_get_accel_closure): Fix doc + typo. (#314921, Guillaume Cottenceau) + * gdk/*.c: Intern some more strings. * gtk/gtkintl.h: * gtk/*.c: Define an I_() macro and use it instead of the diff --git a/gtk/gtkaction.c b/gtk/gtkaction.c index 6665d893e2..d462c8c024 100644 --- a/gtk/gtkaction.c +++ b/gtk/gtkaction.c @@ -1477,7 +1477,7 @@ gtk_action_set_accel_path (GtkAction *action, * Since: 2.6 * * Returns: the accel path for this action, or %NULL - * if none is set. The returned string is owned by GTK+ + * if none is set. The returned string is owned by GTK+ * and must not be freed or modified. */ G_CONST_RETURN gchar * @@ -1500,7 +1500,7 @@ gtk_action_get_accel_path (GtkAction *action) * Since: 2.8 * * Returns: the accel closure for this action. The returned closure is - * owned by GTK+ must and not be unrefed or modified. + * owned by GTK+ and must not be unreffed or modified. */ GClosure * gtk_action_get_accel_closure (GtkAction *action) -- 2.30.2